home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / os2 / fileb188.zip / SETTINGS.TXT < prev    next >
Text File  |  1994-08-08  |  3KB  |  104 lines

  1. WPS SETTINGS OUTSIDE THE WPS!!
  2. ------------------------------
  3.  
  4. If you want to use FileBar as a WPS replacement yet still need access
  5. to DOS settings (to modify performance features, extended memory, etc),
  6. you now can!
  7.  
  8. Upon execution of an application, FileBar will look in the specified
  9. default directory (as specified in the item data dialog) for that item for a
  10. file named SETTINGS.INI. In this file, you can place settings for the
  11. specified executable.  The settings are specified one per line and a list of 
  12. available settings follows:
  13.  
  14. AUDIO_ADAPTER_SHARING
  15. COM_DIRECT_ACCESS
  16. COM_HOLD
  17. COM_RECEIVE_BUFFER_FLUSH
  18. COM_SELECT
  19. DOS_AUTOEXEC
  20. DOS_BACKGROUND_EXECUTION
  21. DOS_BREAK
  22. DOS_DEVICE
  23. DOS_FCBS
  24. DOS_FCBS_KEEP
  25. DOS_FILES
  26. DOS_HIGH
  27. DOS_LASTDRIVE
  28. DOS_RMSIZE
  29. DOS_SHELL
  30. DOS_STARTUP_DRIVE
  31. DOS_UMB
  32. DOS_VERSION
  33. DPMI_DOS_API
  34. DPMI_MEMORY_LIMIT
  35. HW_ROM_TO_RAM
  36. HW_TIMER
  37. IDLE_SECONDS
  38. IDLE_SENSITIVITY
  39. INT_DURING_IO
  40. KBD_ALTHOME_BYPASS
  41. KBD_CTRL_BYPASS
  42. KBD_RATE_LOCK
  43. MEM_EXCLUSIVE_ACCESS
  44. PRINT_TIMEOUT
  45. SIO_(group)
  46. VIDEO_8514_XGA_IOTRAP
  47. VIDEO_FASTPASTE
  48. VIDEO_MODE_RESTRICTION
  49. VIDEO_ONDEMAND_MEMORY
  50. VIDEO_RETRACE_EMULATION
  51. VIDEO_ROM_EMULATION
  52. VIDEO_SWITCH_NOTIFICATION
  53. DPMI_NETWORK_BUFF_SIZE
  54. EMS_FRAME_LOCATION
  55. EMS_HIGH_OS_MAP_REGION
  56. EMS_LOW_OS_MAP_REGION
  57. EMS_MEMORY_LIMIT
  58. HW_NOSOUND
  59. VIDEO_WINDOW_REFRESH
  60. WIN_CLIPBOARD
  61. WIN_DDE
  62. XMS_HANDLES
  63. XMS_MEMORY_LIMIT
  64. XMS_MINIMUM_HMA
  65.  
  66. The above list may not be all-inclusive...  (Also, for users of the STARTD 
  67. program, your initialization files are directly compatable with FileBar.  
  68. Simply copy them to the default directory for an item and rename them
  69. SETTINGS.INI)
  70.  
  71. Remember that YES and NO responses (which are found in OS/2's setting's
  72. notebook) should actually be encoded using 1 (for yes) and 0 (for no).
  73. So, if you want to set setting XYZ to yes, your settings.ini file must
  74. include the line "XYZ=1" and NOT "XYZ=YES".
  75.  
  76.  
  77. QVDM102
  78. -------
  79.  
  80. As an aid to help you construct SETTINGS.INI files, you should look into
  81. obtaining the freeware program QVDM102.  It is a program that will take
  82. WPS settings from an object and write them to a file.  The file it writes
  83. contains a [Settings] section that is compatable with FileBar.  If you want
  84. an easy way to make FileBar mimick the functionality of your WPS objects,
  85. grab this free program (QVDM102.ZIP on ftp-os2.cdrom.com and many other
  86. major bulletin boards).
  87.  
  88.  
  89. ------------------------------------------------------------------------------
  90.  
  91. sample SETTINGS.INI #1
  92. ----------------------
  93. DOS_RM_SIZE=640
  94. IDLE_SECONDS=60
  95.  
  96. sample SETTINGS.INI #2
  97. ----------------------
  98. DOS_RM_SIZE=620
  99. IDLE_SECONDS=0
  100. IDLE_SENSITIVITY=100
  101. HW_TIMER=1                              (1=ON, 0=OFF)
  102.  
  103.  
  104.